-
1 multiple string searching
Компьютерная техника: поиск по нескольким строкамУниверсальный англо-русский словарь > multiple string searching
-
2 multiple string searching
English-Russian dictionary of computer science > multiple string searching
-
3 searching
[ˈsə:tʃɪŋ]multiple string searching вчт. поиск по нескольким строкам path searching вчт. поиск пути searching pres. p. от search searching изучающий searching испытующий (о взгляде) searching вчт. поиск searching пронизывающий (о ветре) searching проницательный searching тщательный (об исследовании) searching тщательный -
4 searching
ˈsə:tʃɪŋ прил.
1) тщательный( об исследовании)
2) испытующий( о взгляде)
3) пронизывающий( о ветре) тщательный, глубокий( об изучении и т. п.) - * scrutiny /examination, study/ внимательное изучение - * inquiry тщательное расследование - * fire (военное) обстрел в глубину - to put smb. through a * examination подробно расспрашивать кого-л. изучающий, проницательный - * glance испытующий /пытливый/ взгляд - to give smb. a * look окинуть кого-л. изучающим взглядом пронизывающий, сильный, резкий - * wind пронизывающий ветер - * remedy радикальное средство - * smell резкий запах - * gunfire (военное) огонь с поражением в глубину;
стрельба на нескольких установках прицела multiple string ~ вчт. поиск по нескольким строкам path ~ вчт. поиск пути searching pres. p. от search ~ изучающий ~ испытующий (о взгляде) ~ вчт. поиск ~ пронизывающий (о ветре) ~ проницательный ~ тщательный (об исследовании) ~ тщательныйБольшой англо-русский и русско-английский словарь > searching
См. также в других словарях:
String searching algorithm — String searching algorithms, sometimes called string matching algorithms, are an important class of string algorithms that try to find a place where one or several strings (also called patterns) are found within a larger string or text. Let Σ be… … Wikipedia
Fuzzy string searching — Approximate string search is the name that is used for a category of techniques for finding strings that approximately match some given pattern string. It may also be known as approximate or inexact matching. Approximate string searching has two… … Wikipedia
String metric — String metrics (also known as similarity metrics) are a class of textual based metrics resulting in a similarity or dissimilarity (distance) score between two pairs of text strings for approximate matching or comparison and in fuzzy string… … Wikipedia
String (computer science) — In formal languages, which are used in mathematical logic and theoretical computer science, a string is a finite sequence of symbols that are chosen from a set or alphabet. In computer programming, a string is traditionally a sequence of… … Wikipedia
String — Wiktionarypar|stringGenerally, string is a thin, flexible piece of rope or twine which is used to tie, bind, or hang other objects. String can be made from a variety of fibres.Examples of string use include: * String figures, designs formed by… … Wikipedia
String-Matching-Algorithmus — Dieser Artikel wurde aufgrund von inhaltlichen Mängeln auf der Qualitätssicherungsseite der Redaktion Informatik eingetragen. Dies geschieht, um die Qualität der Artikel aus dem Themengebiet Informatik auf ein akzeptables Niveau zu bringen. Hilf… … Deutsch Wikipedia
Rabin-Karp string search algorithm — The Rabin Karp algorithm is a string searching algorithm created by Michael O. Rabin and Richard M. Karp in 1987 that uses hashing to find a substring in a text. It is used for multiple pattern matching rather than single pattern matching. For… … Wikipedia
Boyer–Moore string search algorithm — The Boyer–Moore string search algorithm is a particularly efficient string searching algorithm, and it has been the standard benchmark for the practical string search literature. [Hume and Sunday (1991) [Fast String Searching] SOFTWARE PRACTICE… … Wikipedia
Aho–Corasick string matching algorithm — The Aho–Corasick string matching algorithm is a string searching algorithm invented by Alfred V. Aho and Margaret J. Corasick. It is a kind of dictionary matching algorithm that locates elements of a finite set of strings (the dictionary ) within … Wikipedia
Approximate string matching — In computing, approximate string matching is the technique of finding approximate matches to a pattern in a string. The closeness of a match is measured in terms of the number of primitive operations necessary to convert the string into an exact… … Wikipedia
C string handling — C string redirects here. For the underwear and swimwear, see C string (clothing). C Standard Library Data types Character classification Strings Mathematics … Wikipedia